efi_loader: implement GetNextVariableName()
authorAKASHI Takahiro <[email protected]>
Mon, 21 Jan 2019 11:43:13 +0000 (12:43 +0100)
committerAlexander Graf <[email protected]>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commitd99a87f84b7593263bd0bfadce8ec0d59e430cdf
tree907b8ff09db3a8078d97f0fdb4633fadcfb0566a
parent77d4d396563c47a0cd74ea31fc8f906157c94b39
efi_loader: implement GetNextVariableName()

The current GetNextVariableName() is a placeholder.
With this patch, it works well as expected.

Signed-off-by: AKASHI Takahiro <[email protected]>
rebased on efi-next
Reviewed-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_variable.c